derelict.glib.gmain

Undocumented in source.

Members

Aliases

GChildWatchFunc
alias GChildWatchFunc = void function(int, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GMainContext
alias GMainContext = _GMainContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GMainLoop
alias GMainLoop = _GMainLoop
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSource
alias GSource = _GSource
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSourceCallbackFuncs
alias GSourceCallbackFuncs = _GSourceCallbackFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSourceDummyMarshal
alias GSourceDummyMarshal = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSourceFunc
alias GSourceFunc = int function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSourceFuncs
alias GSourceFuncs = _GSourceFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSourcePrivate
alias GSourcePrivate = _GSourcePrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_child_watch_add
alias da_g_child_watch_add = guint function(GPid pid, GChildWatchFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_child_watch_add_full
alias da_g_child_watch_add_full = guint function(gint priority, GPid pid, GChildWatchFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_child_watch_funcs
alias da_g_child_watch_funcs = GSourceFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_child_watch_source_new
alias da_g_child_watch_source_new = GSource* function(GPid pid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_current_time
alias da_g_get_current_time = void function(GTimeVal* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_monotonic_time
alias da_g_get_monotonic_time = gint64 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_real_time
alias da_g_get_real_time = gint64 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_idle_add
alias da_g_idle_add = guint function(GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_idle_add_full
alias da_g_idle_add_full = guint function(gint priority, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_idle_funcs
alias da_g_idle_funcs = GSourceFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_idle_remove_by_data
alias da_g_idle_remove_by_data = gboolean function(gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_idle_source_new
alias da_g_idle_source_new = GSource* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_acquire
alias da_g_main_context_acquire = gboolean function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_add_poll
alias da_g_main_context_add_poll = void function(GMainContext* context, GPollFD* fd, gint priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_check
alias da_g_main_context_check = gint function(GMainContext* context, gint max_priority, GPollFD* fds, gint n_fds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_default
alias da_g_main_context_default = GMainContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_dispatch
alias da_g_main_context_dispatch = void function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_find_source_by_funcs_user_data
alias da_g_main_context_find_source_by_funcs_user_data = GSource* function(GMainContext* context, GSourceFuncs* funcs, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_find_source_by_id
alias da_g_main_context_find_source_by_id = GSource* function(GMainContext* context, guint source_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_find_source_by_user_data
alias da_g_main_context_find_source_by_user_data = GSource* function(GMainContext* context, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_get_poll_func
alias da_g_main_context_get_poll_func = GPollFunc function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_get_thread_default
alias da_g_main_context_get_thread_default = GMainContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_invoke
alias da_g_main_context_invoke = void function(GMainContext* context, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_invoke_full
alias da_g_main_context_invoke_full = void function(GMainContext* context, gint priority, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_is_owner
alias da_g_main_context_is_owner = gboolean function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_iteration
alias da_g_main_context_iteration = gboolean function(GMainContext* context, gboolean may_block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_new
alias da_g_main_context_new = GMainContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_pending
alias da_g_main_context_pending = gboolean function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_pop_thread_default
alias da_g_main_context_pop_thread_default = void function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_prepare
alias da_g_main_context_prepare = gboolean function(GMainContext* context, gint* priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_push_thread_default
alias da_g_main_context_push_thread_default = void function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_query
alias da_g_main_context_query = gint function(GMainContext* context, gint max_priority, gint* timeout_, GPollFD* fds, gint n_fds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_ref
alias da_g_main_context_ref = GMainContext* function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_ref_thread_default
alias da_g_main_context_ref_thread_default = GMainContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_release
alias da_g_main_context_release = void function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_remove_poll
alias da_g_main_context_remove_poll = void function(GMainContext* context, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_set_poll_func
alias da_g_main_context_set_poll_func = void function(GMainContext* context, GPollFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_unref
alias da_g_main_context_unref = void function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_wait
alias da_g_main_context_wait = gboolean function(GMainContext* context, GCond* cond, GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_context_wakeup
alias da_g_main_context_wakeup = void function(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_current_source
alias da_g_main_current_source = GSource* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_depth
alias da_g_main_depth = gint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_loop_get_context
alias da_g_main_loop_get_context = GMainContext* function(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_loop_is_running
alias da_g_main_loop_is_running = gboolean function(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_loop_new
alias da_g_main_loop_new = GMainLoop* function(GMainContext* context, gboolean is_running)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_loop_quit
alias da_g_main_loop_quit = void function(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_loop_ref
alias da_g_main_loop_ref = GMainLoop* function(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_loop_run
alias da_g_main_loop_run = void function(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_main_loop_unref
alias da_g_main_loop_unref = void function(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_add_child_source
alias da_g_source_add_child_source = void function(GSource* source, GSource* child_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_add_poll
alias da_g_source_add_poll = void function(GSource* source, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_attach
alias da_g_source_attach = guint function(GSource* source, GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_destroy
alias da_g_source_destroy = void function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_get_can_recurse
alias da_g_source_get_can_recurse = gboolean function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_get_context
alias da_g_source_get_context = GMainContext* function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_get_current_time
alias da_g_source_get_current_time = void function(GSource* source, GTimeVal* timeval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_get_id
alias da_g_source_get_id = guint function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_get_name
alias da_g_source_get_name = const(char)* function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_get_priority
alias da_g_source_get_priority = gint function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_get_time
alias da_g_source_get_time = gint64 function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_is_destroyed
alias da_g_source_is_destroyed = gboolean function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_new
alias da_g_source_new = GSource* function(GSourceFuncs* source_funcs, guint struct_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_ref
alias da_g_source_ref = GSource* function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_remove
alias da_g_source_remove = gboolean function(guint tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_remove_by_funcs_user_data
alias da_g_source_remove_by_funcs_user_data = gboolean function(GSourceFuncs* funcs, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_remove_by_user_data
alias da_g_source_remove_by_user_data = gboolean function(gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_remove_child_source
alias da_g_source_remove_child_source = void function(GSource* source, GSource* child_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_remove_poll
alias da_g_source_remove_poll = void function(GSource* source, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_set_callback
alias da_g_source_set_callback = void function(GSource* source, GSourceFunc func, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_set_callback_indirect
alias da_g_source_set_callback_indirect = void function(GSource* source, gpointer callback_data, GSourceCallbackFuncs* callback_funcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_set_can_recurse
alias da_g_source_set_can_recurse = void function(GSource* source, gboolean can_recurse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_set_funcs
alias da_g_source_set_funcs = void function(GSource* source, GSourceFuncs* funcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_set_name
alias da_g_source_set_name = void function(GSource* source, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_set_name_by_id
alias da_g_source_set_name_by_id = void function(guint tag, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_set_priority
alias da_g_source_set_priority = void function(GSource* source, gint priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_source_unref
alias da_g_source_unref = void function(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_timeout_add
alias da_g_timeout_add = guint function(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_timeout_add_full
alias da_g_timeout_add_full = guint function(gint priority, guint interval, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_timeout_add_seconds
alias da_g_timeout_add_seconds = guint function(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_timeout_add_seconds_full
alias da_g_timeout_add_seconds_full = guint function(gint priority, guint interval, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_timeout_funcs
alias da_g_timeout_funcs = GSourceFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_timeout_source_new
alias da_g_timeout_source_new = GSource* function(guint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_timeout_source_new_seconds
alias da_g_timeout_source_new_seconds = GSource* function(guint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_child_watch_add
guint g_child_watch_add(GPid pid, GChildWatchFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_child_watch_add_full
guint g_child_watch_add_full(gint priority, GPid pid, GChildWatchFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_child_watch_source_new
GSource* g_child_watch_source_new(GPid pid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_current_time
void g_get_current_time(GTimeVal* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_monotonic_time
gint64 g_get_monotonic_time()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_real_time
gint64 g_get_real_time()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_add
guint g_idle_add(GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_add_full
guint g_idle_add_full(gint priority, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_remove_by_data
gboolean g_idle_remove_by_data(gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_source_new
GSource* g_idle_source_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_acquire
gboolean g_main_context_acquire(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_add_poll
void g_main_context_add_poll(GMainContext* context, GPollFD* fd, gint priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_check
gint g_main_context_check(GMainContext* context, gint max_priority, GPollFD* fds, gint n_fds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_default
GMainContext* g_main_context_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_dispatch
void g_main_context_dispatch(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_find_source_by_funcs_user_data
GSource* g_main_context_find_source_by_funcs_user_data(GMainContext* context, GSourceFuncs* funcs, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_find_source_by_id
GSource* g_main_context_find_source_by_id(GMainContext* context, guint source_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_find_source_by_user_data
GSource* g_main_context_find_source_by_user_data(GMainContext* context, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_get_poll_func
GPollFunc g_main_context_get_poll_func(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_get_thread_default
GMainContext* g_main_context_get_thread_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_invoke
void g_main_context_invoke(GMainContext* context, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_invoke_full
void g_main_context_invoke_full(GMainContext* context, gint priority, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_is_owner
gboolean g_main_context_is_owner(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_iteration
gboolean g_main_context_iteration(GMainContext* context, gboolean may_block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_new
GMainContext* g_main_context_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_pending
gboolean g_main_context_pending(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_pop_thread_default
void g_main_context_pop_thread_default(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_prepare
gboolean g_main_context_prepare(GMainContext* context, gint* priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_push_thread_default
void g_main_context_push_thread_default(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_query
gint g_main_context_query(GMainContext* context, gint max_priority, gint* timeout_, GPollFD* fds, gint n_fds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_ref
GMainContext* g_main_context_ref(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_ref_thread_default
GMainContext* g_main_context_ref_thread_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_release
void g_main_context_release(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_remove_poll
void g_main_context_remove_poll(GMainContext* context, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_set_poll_func
void g_main_context_set_poll_func(GMainContext* context, GPollFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_unref
void g_main_context_unref(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_wait
gboolean g_main_context_wait(GMainContext* context, GCond* cond, GMutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_wakeup
void g_main_context_wakeup(GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_current_source
GSource* g_main_current_source()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_depth
gint g_main_depth()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_get_context
GMainContext* g_main_loop_get_context(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_is_running
gboolean g_main_loop_is_running(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_new
GMainLoop* g_main_loop_new(GMainContext* context, gboolean is_running)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_quit
void g_main_loop_quit(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_ref
GMainLoop* g_main_loop_ref(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_run
void g_main_loop_run(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_unref
void g_main_loop_unref(GMainLoop* loop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_add_child_source
void g_source_add_child_source(GSource* source, GSource* child_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_add_poll
void g_source_add_poll(GSource* source, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_attach
guint g_source_attach(GSource* source, GMainContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_destroy
void g_source_destroy(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_can_recurse
gboolean g_source_get_can_recurse(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_context
GMainContext* g_source_get_context(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_current_time
void g_source_get_current_time(GSource* source, GTimeVal* timeval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_id
guint g_source_get_id(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_name
const(char)* g_source_get_name(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_priority
gint g_source_get_priority(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_time
gint64 g_source_get_time(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_is_destroyed
gboolean g_source_is_destroyed(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_new
GSource* g_source_new(GSourceFuncs* source_funcs, guint struct_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_ref
GSource* g_source_ref(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove
gboolean g_source_remove(guint tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_by_funcs_user_data
gboolean g_source_remove_by_funcs_user_data(GSourceFuncs* funcs, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_by_user_data
gboolean g_source_remove_by_user_data(gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_child_source
void g_source_remove_child_source(GSource* source, GSource* child_source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_poll
void g_source_remove_poll(GSource* source, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_callback
void g_source_set_callback(GSource* source, GSourceFunc func, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_callback_indirect
void g_source_set_callback_indirect(GSource* source, gpointer callback_data, GSourceCallbackFuncs* callback_funcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_can_recurse
void g_source_set_can_recurse(GSource* source, gboolean can_recurse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_funcs
void g_source_set_funcs(GSource* source, GSourceFuncs* funcs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_name
void g_source_set_name(GSource* source, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_name_by_id
void g_source_set_name_by_id(guint tag, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_priority
void g_source_set_priority(GSource* source, gint priority)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_unref
void g_source_unref(GSource* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add
guint g_timeout_add(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add_full
guint g_timeout_add_full(gint priority, guint interval, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add_seconds
guint g_timeout_add_seconds(guint interval, GSourceFunc function_, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add_seconds_full
guint g_timeout_add_seconds_full(gint priority, guint interval, GSourceFunc function_, gpointer data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_source_new
GSource* g_timeout_source_new(guint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_source_new_seconds
GSource* g_timeout_source_new_seconds(guint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_child_watch_add
da_g_child_watch_add g_child_watch_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_child_watch_add_full
da_g_child_watch_add_full g_child_watch_add_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_child_watch_funcs
da_g_child_watch_funcs g_child_watch_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_child_watch_source_new
da_g_child_watch_source_new g_child_watch_source_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_current_time
da_g_get_current_time g_get_current_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_monotonic_time
da_g_get_monotonic_time g_get_monotonic_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_real_time
da_g_get_real_time g_get_real_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_add
da_g_idle_add g_idle_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_add_full
da_g_idle_add_full g_idle_add_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_funcs
da_g_idle_funcs g_idle_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_remove_by_data
da_g_idle_remove_by_data g_idle_remove_by_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_idle_source_new
da_g_idle_source_new g_idle_source_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_acquire
da_g_main_context_acquire g_main_context_acquire;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_add_poll
da_g_main_context_add_poll g_main_context_add_poll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_check
da_g_main_context_check g_main_context_check;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_default
da_g_main_context_default g_main_context_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_dispatch
da_g_main_context_dispatch g_main_context_dispatch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_find_source_by_funcs_user_data
da_g_main_context_find_source_by_funcs_user_data g_main_context_find_source_by_funcs_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_find_source_by_id
da_g_main_context_find_source_by_id g_main_context_find_source_by_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_find_source_by_user_data
da_g_main_context_find_source_by_user_data g_main_context_find_source_by_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_get_poll_func
da_g_main_context_get_poll_func g_main_context_get_poll_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_get_thread_default
da_g_main_context_get_thread_default g_main_context_get_thread_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_invoke
da_g_main_context_invoke g_main_context_invoke;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_invoke_full
da_g_main_context_invoke_full g_main_context_invoke_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_is_owner
da_g_main_context_is_owner g_main_context_is_owner;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_iteration
da_g_main_context_iteration g_main_context_iteration;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_new
da_g_main_context_new g_main_context_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_pending
da_g_main_context_pending g_main_context_pending;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_pop_thread_default
da_g_main_context_pop_thread_default g_main_context_pop_thread_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_prepare
da_g_main_context_prepare g_main_context_prepare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_push_thread_default
da_g_main_context_push_thread_default g_main_context_push_thread_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_query
da_g_main_context_query g_main_context_query;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_ref
da_g_main_context_ref g_main_context_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_ref_thread_default
da_g_main_context_ref_thread_default g_main_context_ref_thread_default;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_release
da_g_main_context_release g_main_context_release;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_remove_poll
da_g_main_context_remove_poll g_main_context_remove_poll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_set_poll_func
da_g_main_context_set_poll_func g_main_context_set_poll_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_unref
da_g_main_context_unref g_main_context_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_wait
da_g_main_context_wait g_main_context_wait;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_context_wakeup
da_g_main_context_wakeup g_main_context_wakeup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_current_source
da_g_main_current_source g_main_current_source;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_depth
da_g_main_depth g_main_depth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_get_context
da_g_main_loop_get_context g_main_loop_get_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_is_running
da_g_main_loop_is_running g_main_loop_is_running;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_new
da_g_main_loop_new g_main_loop_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_quit
da_g_main_loop_quit g_main_loop_quit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_ref
da_g_main_loop_ref g_main_loop_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_run
da_g_main_loop_run g_main_loop_run;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_main_loop_unref
da_g_main_loop_unref g_main_loop_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_add_child_source
da_g_source_add_child_source g_source_add_child_source;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_add_poll
da_g_source_add_poll g_source_add_poll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_attach
da_g_source_attach g_source_attach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_destroy
da_g_source_destroy g_source_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_can_recurse
da_g_source_get_can_recurse g_source_get_can_recurse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_context
da_g_source_get_context g_source_get_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_current_time
da_g_source_get_current_time g_source_get_current_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_id
da_g_source_get_id g_source_get_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_name
da_g_source_get_name g_source_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_priority
da_g_source_get_priority g_source_get_priority;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_get_time
da_g_source_get_time g_source_get_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_is_destroyed
da_g_source_is_destroyed g_source_is_destroyed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_new
da_g_source_new g_source_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_ref
da_g_source_ref g_source_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove
da_g_source_remove g_source_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_by_funcs_user_data
da_g_source_remove_by_funcs_user_data g_source_remove_by_funcs_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_by_user_data
da_g_source_remove_by_user_data g_source_remove_by_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_child_source
da_g_source_remove_child_source g_source_remove_child_source;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_remove_poll
da_g_source_remove_poll g_source_remove_poll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_callback
da_g_source_set_callback g_source_set_callback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_callback_indirect
da_g_source_set_callback_indirect g_source_set_callback_indirect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_can_recurse
da_g_source_set_can_recurse g_source_set_can_recurse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_funcs
da_g_source_set_funcs g_source_set_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_name
da_g_source_set_name g_source_set_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_name_by_id
da_g_source_set_name_by_id g_source_set_name_by_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_set_priority
da_g_source_set_priority g_source_set_priority;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_source_unref
da_g_source_unref g_source_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add
da_g_timeout_add g_timeout_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add_full
da_g_timeout_add_full g_timeout_add_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add_seconds
da_g_timeout_add_seconds g_timeout_add_seconds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_add_seconds_full
da_g_timeout_add_seconds_full g_timeout_add_seconds_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_funcs
da_g_timeout_funcs g_timeout_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_source_new
da_g_timeout_source_new g_timeout_source_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timeout_source_new_seconds
da_g_timeout_source_new_seconds g_timeout_source_new_seconds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GMainContext
struct _GMainContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GMainLoop
struct _GMainLoop
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GSource
struct _GSource
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GSourceCallbackFuncs
struct _GSourceCallbackFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GSourceFuncs
struct _GSourceFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GSourcePrivate
struct _GSourcePrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta